It is implemented using a dummy Process class wrapping a python thread. This thread-based Process class can be found in multiprocessing.dummy ... ... <看更多>
Existing implementations of thread pools have a relatively high overhead in certain situations. Especially apply_async in multiprocessing.pool. ... <看更多>